home *** CD-ROM | disk | FTP | other *** search
/ Aminet 5 / Aminet 5 - March 1995.iso / Aminet / gfx / show / jiv12.readme < prev    next >
Text File  |  1995-02-12  |  7KB  |  216 lines

  1. Short:    View IFF,JPG,GIF,BMP,PNM on OCS,ECS,AGA,Picasso,A2024
  2. Author:   jow@hcast.franken.de
  3. Uploader: jow@rz.uni-wuerzburg.de
  4. Type:     gfx/show
  5.  
  6. JIV is a picture viewer. I can imagine that you're wondering
  7. now why I had to write yet another one... well, here's a list
  8. of features that should answer your question:
  9.  
  10.  · JIV supports many different file formats:
  11.  
  12.    - GIF (full GIF87a standard plus a subset of GIF89a).
  13.  
  14.    - BMP (MS-Windows and OS/2 variants, currently only
  15.      uncompressed).
  16.  
  17.    - IFF-ILBM (including HAM6, EHB and 24bit formats),
  18.      but currently not HAM8 format.
  19.  
  20.    - PNM pictures (PBM, PGM and PPM in both binary and
  21.      ASCII format).
  22.  
  23.    - JPEG/JFIF, if the JPEG CODEC is installed.
  24.  
  25.  · JIV supports several types of display hardware:
  26.  
  27.    - all native graphics chipsets (OCS, ECS and AGA).
  28.  
  29.    - A2024.
  30.  
  31.    - Picasso-II.
  32.  
  33.    - Generic mode, should work with every graphics board that
  34.      emulates Workbench/Intuition. Tested with the Picasso-II
  35.      emulation.
  36.  
  37.  · JIV supports displaying over-sized images using autoscroll.
  38.  
  39.  · JIV supports multiple filenames and AmigaDOS pattern
  40.    matching.
  41.  
  42.  · JIV can dither pictures that use more colors than your
  43.    display hardware supports.
  44.  
  45.  · JIV offers an endless/slideshow mode that can be used for
  46.    (non-interactive) advertising, for example in a shop window.
  47.  
  48. Please note that JIV is probably not the best choice for
  49. "small" Amiga configurations. It will need a lot of memory and
  50. (in some cases) quite a bit of computing power as well.
  51.  
  52. The minimum configuration for JIV is:
  53.  
  54.  · 68000 or better.
  55.  
  56.  · AmigaOS 2.04 (V37) or better.
  57.  
  58.  · 1 MByte or more of RAM.
  59.  
  60. This configuration will allow you to view small to medium-sized
  61. pictures (640x480x8 should just be possible).
  62.  
  63. The suggested configuration for JIV is:
  64.  
  65.  · 68030 or better.
  66.  
  67.  · AmigaOS 3.1 (V40) or better.
  68.  
  69.  · 4 MBytes of RAM or more.
  70.  
  71.  · Hard disk drive.
  72.  
  73. This configuration will allow you to view most pictures you're
  74. likely to find. A bit more RAM wouldn't hurt, though. :-) And
  75. of course you'll need a graphics board (Picasso-II) to display
  76. true-color pictures without dithering.
  77.  
  78.  
  79.  
  80. Distribution License
  81.  
  82. This version of JIV may be distributed freely for
  83. non-commercial purposes only. You must distribute the entire
  84. archive intact and unchanged, that is, you are not allowed
  85. to add files to the archive or remove files from the archive
  86. or change files in the archive.
  87.  
  88. Specifically, you're allowed to:
  89.  
  90.  · Distribute JIV on floppy-disk-based collections of
  91.    PD software.
  92.  
  93.  · Distribute JIV on CDROM-based collections of PD software in
  94.    archived form only, unless you obtain a specific license
  95.    from the author.
  96.  
  97.  · Distribute JIV electronically, for example through email or
  98.    FTP, or through BBS systems.
  99.  
  100.    BBS sysops, do not add those pesky BBS advertisments
  101.    to the archive!
  102.  
  103. Specifically, you're not allowed to:
  104.  
  105.  · Distribute parts of the archive or changed/patched versions
  106.    of the files in this archive.
  107.  
  108.  · Distribute JIV on CDROM in ready-to-run form, unless you
  109.    obtain a specific license from the author first.
  110.  
  111.  · Distribute JIV in any form on CDROMs that contain
  112.    picture collections, unless you obtain a specific license
  113.    from the author first.¹
  114.  
  115.  · Distribute JIV bundled together with a commercial product
  116.    (software, hardware or other), unless you obtain a specific
  117.    license from the author first.
  118.  
  119. I have been informed that exporting this program to the USA
  120. may violate USA law because of a patent that has been granted
  121. for the LZW compression algorithm used in the GIF file format.
  122. (I have also been informed that software patents are invalid
  123. under German law). Therefore I will not directly export JIV
  124. to the USA, and I will not ask for any shareware fees from USA
  125. users of JIV (until the situation has become more transparent).
  126.  
  127. Please do not confuse this distribution license, which details
  128. the terms and conditions for distributing JIV, with the
  129. shareware license, which details the terms and conditions
  130. for using JIV.
  131.  
  132. ¹ Permission is granted to include archived versions of JIV on
  133.   the following CDROMs even if these CDROMs contain picture
  134.   collections:
  135.  
  136.   · Aminet
  137.   · Fish
  138.   · Meeting Pearls
  139.   · Saar/AMOK
  140.  
  141.  
  142.  
  143. Todo:
  144.  
  145.  · the color selection / dithering algorithms are not too clever.
  146.    Guess I'll have to use one of the standard algorithms instead
  147.    of my do-it-yourself code. :-)
  148.  
  149.  · support for additional display devices (esp. CyberGraphics)
  150.  
  151.  · support for additional image file formats:
  152.    - TIFF
  153.    - PCX
  154.    - Icon
  155.    - XBM
  156.    - Targa
  157.    - others
  158.  
  159.  · AREXX port
  160.  
  161.  · Image manipulation and format conversion.
  162.  
  163.  
  164.  
  165. Known problems:
  166.  
  167.  · If you're using an A4000/040 kickstart file on a computer
  168.    with a CPU <= 68020, the DISPLAY=GENERIC may crash your
  169.    machine. This is not a bug in JIV. The BestModeIDA() system
  170.    call in the A4000 kickfile seems to contain an instruction
  171.    that is only available on 68030 and above.
  172.  
  173.    There are only two kinds of people who use A4000 kickstart
  174.    files on CPUs below 68030: former registered developers
  175.    and software pirates.
  176.  
  177.  · The "DISPLAY=GENERIC" mode will be very slow if you're
  178.    using older versions of AmigaOS (before 3.0/V39). JIV uses
  179.    WritePixelLine8() in GENERIC mode; WritePixelLine8() is
  180.    much faster in AmigaOS 3.0 (V39) and later than in the
  181.    older versions.
  182.  
  183.  
  184. ============================= Archive contents =============================
  185.  
  186. Original  Packed Ratio    Date     Time    Name
  187. -------- ------- ----- --------- --------  -------------
  188.      215      89 58.6% 06-Feb-95 00:24:34  .displayme
  189.     1524     217 85.7% 03-Feb-95 00:07:00  JIV.info
  190.    17335    3961 77.1% 07-Feb-95 18:55:54  JIV/Changes
  191.      865     416 51.9% 03-Feb-95 00:04:16  JIV/Changes.info
  192.    72580   34676 52.2% 07-Feb-95 19:10:26  JIV/JIV
  193.   122628   56234 54.1% 27-Jan-95 02:42:46  JIV/JIV.iff
  194.     1075     634 41.0% 03-Feb-95 00:04:16  JIV/JIV.iff.info
  195.     4187     872 79.1% 03-Feb-95 00:04:16  JIV/JIV.info
  196.     5319    2434 54.2% 02-Feb-95 01:55:08  JIV/JIV.readme
  197.    33170   12383 62.6% 07-Feb-95 19:08:56  JIV/JIV_d.guide
  198.      870     429 50.6% 03-Feb-95 12:16:04  JIV/JIV_d.guide.info
  199.    28200    9988 64.5% 07-Feb-95 19:07:26  JIV/JIV_e.guide
  200.      870     432 50.3% 03-Feb-95 12:16:14  JIV/JIV_e.guide.info
  201.     1524     223 85.3% 03-Feb-95 00:04:16  JIV/jpeg_cdc.info
  202.     1224     858 29.9% 19-Dec-94 16:15:26  JIV/jpeg_cdc/Classes/codec.class
  203.    69420   37643 45.7% 19-Dec-94 16:15:26  JIV/jpeg_cdc/Classes/Codecs/jpeg.codec
  204.     1908    1368 28.3% 19-Dec-94 16:15:26  JIV/jpeg_cdc/Classes/Codecs/picture.codec
  205.     3097    1143 63.0% 19-Dec-94 16:15:22  JIV/jpeg_cdc/Install
  206.      555     290 47.7% 19-Dec-94 16:15:22  JIV/jpeg_cdc/Install.info
  207.     7900    5371 32.0% 19-Dec-94 16:15:26  JIV/jpeg_cdc/Libs/tower.library
  208.      442     282 36.1% 19-Dec-94 16:15:22  JIV/jpeg_cdc/ReadMe
  209.      433     213 50.8% 19-Dec-94 16:15:22  JIV/jpeg_cdc/ReadMe.info
  210.     4033    1454 63.9% 06-Feb-95 00:21:08  JIV/registration_d.txt
  211.      865     441 49.0% 03-Feb-95 12:15:54  JIV/registration_d.txt.info
  212.     3773    1256 66.7% 06-Feb-95 00:21:46  JIV/registration_e.txt
  213.      865     441 49.0% 03-Feb-95 00:04:16  JIV/registration_e.txt.info
  214. -------- ------- ----- --------- --------
  215.   384877  173748 54.8% 08-Feb-95 13:11:46   26 files
  216.